/*******basic********/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    color: #333;
    /*font-family: "Microsoft YaHei",Verdana, Arial, "΢���ź�", Geneva, sans-serif;*/
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

input,textarea,button {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}

header,section,nav,footer {
    width: 100%;
}

* {
    color: #333;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

*, input, textarea {
    font-family: "Microsoft YaHei",Verdana, Arial,Geneva, sans-serif;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clearFix:after {
    display: block;
    content: "";
    clear: both;
}

.point:hover {
    cursor: pointer;
}

.container {
    margin: auto;
    width: 1200px;
}

.hideE {
    display: none;
}

*.noBorderRight {
    border-right: none !important;
}

*.noBorderbottom {
    border-bottom: none !important;
}

*.noMarRight {
    margin-right: 0 !important;
}

*.noAfter:after {
    display: none !important;
}

*.transit {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

img.scale:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

*.shadow {
    -webkit-box-shadow: 1px 1px 1px 1px #dddddd;
    -moz-box-shadow: 1px 1px 1px 1px #dddddd;
    box-shadow: 1px 1px 1px 1px #dddddd;
}
/***back to top**/
#toTop {
    width: 61px;
    height: 61px;
    position: absolute;
    cursor: pointer;
    display: none;
    right: 6%;
    bottom: 6%;
    z-index: 60;
    background: url("../../images/top.png") no-repeat center;
}
/*#toTop:hover{background-position-x:-115px}*/
@font-face {
    font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?v=4.5.0);src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg')
}

@font-face {
    font-family:Pe-icon-7-stroke;font-style:normal;font-weight:400;src:url(fonts/Pe-icon-7-stroke.eot?d7yf1v);src:url(fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
}



/********header*******/
.header {
    width: 100%;
}

.header .part1 {
/*width: 100%;*/
    height: 160px;
}

.logoBox {
    position: relative;
    top: 25px;
}

.logoBox img {
    display: block;
    float: left;
}

.logoBox span {
    font-size: 35px;
    color: rgb(75,75,75);
    display: block;
    float: left;
}

.logoBox span i {
    font-style: normal;
    color: rgb(204, 204, 204);
}

.topLine {
    position: relative;
    top: 26px;
}

.topLine img {
    width: 98px;
    height: 98px;
    margin-right: 40px;
}

.topLine .msg {
    padding-top: 18px;
    margin-right: 30px;
}

.topLine .p1 {
    font-size: 20px;
    font-weight: bold;
}

.topLine .p2 {
    font-family: Arial;
    font-size: 30px;
    color: #10c2db;
    font-weight: bold;
}

.navBox {
    position: relative;
    background: #10c2db;
}

.navList {
    position: relative;
    margin: auto;
}

.navList>li {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 130px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.navList>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: bold
}

.navList>li:hover>a {
    background: #10d4ef;
}

.navList>li:hover .smallList {
    display: block;
}

.smallList {
    width: 100%;
    background: rgba(16,194,219,.7);
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 500;
    display: none;
    padding: 10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.smallList li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
/*.smallList li a:hover{color:#fdb811;}*/
.navBox .searchBox {
    position: relative;
}

.navBox .searchBox .input1 {
    display: block;
    height: 50px;
    width: 53px;
    border-left: 1px solid #fff;
    background: url("../../images/search.png") no-repeat right center;
    font-size: 0;
}

.navBox .searchBox .input2 {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 100;
    width: 150px;
    font-size: 16px;
    color: #666;
    background: #fff;
    padding: 8px 10px;
    border: 2px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navBox .searchBox:hover .input2 {
    display: block;
}
/******nav******/



/*****banner****/
.bannerBox {
    position: relative;
}

.slick_ban .slick-slide img {
    width: 100%;
    height: 350px;
}

.slick-list {
    width: 100%;
}

.slick_ban .slick-prev:before,.slick_ban .slick-next:before {
    display: none;
}

.slick_ban .slick-prev,.slick_ban .slick-next {
    width: 71px;
    height: 71px;
    opacity: 0.7;
    border-radius: 6px;
    z-index: 100;
    top: 45%;
}

.slick_ban .slick-prev {
    background: url("../../images/l1.png") no-repeat center;
    left: 75px;
}

.slick_ban .slick-next {
    background: url("../../images/l2.png") no-repeat center;
    right: 75px;
}

.slick_ban .slick-dots {
    bottom: 18px;
}

.slick_ban .slick-dots li {
    width: 20px;
    height: 20px;
}

.slick_ban .slick-dots li button {
    padding: 0;
    width: 20px;
    height: 20px;
}

.slick_ban .slick-dots li button:before {
    opacity: 1;
    color: #fff
}

.slick_ban .slick-dots li button:before {
    opacity: 1;
    color: #fff;
    font-size: 13px;
}

.slick_ban .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #10c2db
}



/*****sec1*******/
.sec1 {
    padding: 58px 0 17px;
}

.secBox {
}

.secBox .secTi {
    text-align: center;
    margin-bottom: 40px;
}

.secBox .secTi .con {
    display: inline-block;
    width: auto;
    padding: 0 90px;
    position: relative;
}

.secBox .secTi .con:before {
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #10c2db;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
}

.secBox .secTi .con:after {
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #10c2db;
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
}

.secBox .secTi .con .chName {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.secBox .secTi .con .enName {
    display: inline-block;
    font-size: 16px;
    font-family: Arial;
    color: #999;
}

.sec1 ul {
}

.sec1 ul li {
    width: 372px;
    margin-right: 42px;
}

.sec1 ul li .picBox {
    width: 372px;
    height: 245px;
    overflow: hidden;
}

.sec1 ul li .msgBox {
    text-align: center;
    padding: 20px 30px;
}

.sec1 ul li .msgBox .chName {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.sec1 ul li .msgBox .enName {
    font-family: Arial;
    color: #999;
    height: 52px;
    line-height: 26px;
    overflow: hidden
}

/******sec2******/
a.moreBtn {
    display: block;
    width: 190px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #333;
    text-align: center;
    font-family: Arial;
}

.sec2 {
    height: 600px;
}

.sec2 .part1 {
    background: #10c2db;
}

.sec2 .part1,.sec2 .part2 {
    width: 50%;
    height: 100%;
}

.sec2 .part1 .con {
    width: 600px;
    padding-right: 50px;
    padding-top: 80px;
}

.sec2 .part1 .con .secTi {
    margin-bottom: 40px;
}

.sec2 .part1 .con .secTi * {
    color: #fff;
}

.sec2 .part1 .con .secTi .chName {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sec2 .part1 .con .secTi .enName {
    font-size: 16px;
    font-family: Arial;
}

.sec2 .part1 .con .msgBox {
    line-height: 26px;
    color: #fff;
    height: 260px;
    overflow: hidden;
    margin-bottom: 37px;
}

.sec2 .part1 .con .msgBox * {
    color: #fff;
}

.sec2 .part1 .con .msgBox img {
    display: none;
}

.sec2 a.moreBtn {
    color: #fff;
    border: 1px solid #fff;
}

.sec2 .part2 .picBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}



/*********sec3**********/
.sec3 {
    padding: 57px 0;
    background: url("../../images/bg3.jpg") no-repeat center bottom;
    background-size: 100% auto;
}

.sec3 .moreBtn {
    margin: auto;
    color: #10c2db;
    border: 1px solid #10c2db;
}

.sec3 ul {
}

.sec3 ul li {
    width: 364px;
    margin-bottom: 35px;
    margin-right: 54px;
}

.sec3 ul li .picBox {
    width: 100%;
    height: 251px;
    overflow: hidden;
    margin-bottom: 5px;
}

.sec3 ul li .msgBox {
}

.sec3 ul li .msgBox .name {
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.sec3 ul li .msgBox .msg {
    color: #666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}


/*******sec4*********/
.sec4 {
    PADDING: 50px 0;
}

.sec4 .picBox {
    width: 522px;
    height: 392px;
    overflow: hidden;
    position: relative;
}

.sec4 .picBox .mask {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: url("../../images/bg1.png") repeat;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec4 .msgBox {
    width: 645px;
}

.sec4 .msgBox ul {
}

.sec4 .msgBox ul li {
    margin-bottom: 32.4px;
}

.sec4 .msgBox ul li .date {
    width: 72px;
    height: 72px;
    text-align: center;
    background: #c8c8c8;
    padding-top: 3px;
}

.sec4 .msgBox ul li .date * {
    color: #fff;
}

.sec4 .msgBox ul li .date .p1 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 4px;
}

.sec4 .msgBox ul li .date .p2 {
    font-size: 14px;
}

.sec4 .msgBox ul li .msgBoxcon {
    width: 554px;
}

.sec4 .msgBox ul li .msgBoxcon .name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
    height: 20px;
    margin-bottom: 6px;
}

.sec4 .msgBox ul li .msgBoxcon .msg {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
}

.sec4 .msgBox ul li:hover .date {
    background: #10c2db;
}

.sec4 .msgBox ul li:hover .msgBoxcon * {
    color: #10c2db !important;
}

.sec4 .moreBtn {
    margin: 20px auto 0;
    color: #10c2db;
    border: 1px solid #10c2db;
}

/**********sec5***********/

/******sec6*********/



/****footer****/

.foot {
    background: url("../../images/bg2.jpg") no-repeat center;
    background-size: auto 100%;
    height: 416px;
    position: relative
}

.foot * {
    color: #fff;
}

.foot .part1 {
    width: 329px;
    height: 416px;
    position: relative;
    padding-top: 79px;
}

.foot .part1:after {
    width: 1px;
    height: 288px;
    content: "";
    display: block;
    background: #61d0e4;
    position: absolute;
    right: 0;
    top: 68px;
}

.foot .part1 .p1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.foot .part1 .p2 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial;
    padding-left: 45px;
    height: 36px;
    line-height: 36px;
    background: url("../../images/phone.png") no-repeat left center;
}

.foot .part1 .p3 {
    width: 110px;
    text-align: center;
}

.foot .part1 .p3 img {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
}

.foot .part1 .p4 {
}

.foot .part2 {
    width: 480px;
    height: 416px;
    position: relative;
    padding-top: 68px;
    padding-right: 90px;
    margin-left: 83px;
    line-height: 28px;
}

.foot .part2 img {
    display: none;
}

.foot .part2:after {
    width: 1px;
    height: 288px;
    content: "";
    display: block;
    background: #61d0e4;
    position: absolute;
    right: 0;
    top: 68px;
}

.foot .part3 {
    height: 416px;
    padding-top: 63px;
}

.foot .part3 ul {
    margin-left: 65px;
}

.foot .part3 ul li {
    width: 100%;
}

.foot .part3 ul li a {
    width: 85px;
    text-align: center;
    height: 36px;
    line-height: 36px;
}
/*********other********/

.page {
    text-align: center
}

.lfSmallNavBox {
    width: 19%;
}

.title {
    width: 100%;
    height: 100px;
    border: 5px solid #e3e3e3;
    position: relative;
}

.titleTxt {
    position: absolute;
    width: 106%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #10c2db;
    height: 35px;
    line-height: 35px;
    top: 26px;
    left: -5px;
    background: #fff
}

div.section {
    padding: 30px 0;
}

.lfSmallNav {
    margin-top: 30px;
    border: 1px solid #ccc;
}

.lfSmallNav>li,.lfsecondList>li {
    position: relative;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #643e33;
    border-bottom: 1px solid #ccc
}

.lfSmallNav>li>a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 15px;
}

.lfSmallNav>li:last-child,.lfsecondList>li:last-child {
    border-bottom: none;
}

.lfSmallNav>li:hover,.lfsecondList>li:hover {
    background: #10c2db;
}

.lfSmallNav>li:hover>a,.lfsecondList>li:hover>a {
    color: #fff;
}

.lfSmallNav_little {
    display: none;
    background: #fff;
}

.lfSmallNav_little>div {
    height: 30px;
    line-height: 30px;
}

.lfSmallNav_little>div>a {
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
}

.lfSmallNav_little>div:hover {
    background: #10c2db;
}

.lfSmallNav_little>div:hover a {
    color: #fff;
}

.lfsecondList {
    position: absolute;
    z-index: 100;
    left: 249px;
    top: -1px;
    width: 100%;
}

.contactUsBox {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 10px;
}

.contactUsTitle {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #707070;
    line-height: 43px;
    height: 60px;
    font-weight: bold;
}

.contactUsTitle strong {
    color: #666;
}

.leftcontactWay {
    color: #333;
    line-height: 28px;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 45px;
    -ms-word-break: all;
    word-break: break-all;
}

.leftcontactWay>b {
    display: block;
}

.leftcontactWay .name {
    color: #333;
    font-size: 16px;
}

.leftcontactWay .msg {
    color: #666;
    font-size: 14px;
}

.rtMsgBox {
    width: 79%;
    padding-left: 30px;
}

.msgBoxTop {
    height: 100px;
    line-height: 100px;
    padding-left: 10px;
    padding-right: 14px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 40px;
}

.msgBoxTop a:hover {
    text-decoration: underline;
    color: #10c2db;
}

.msgBoxTop b {
    font-size: 28px;
    color: #10c2db;
    display: inline-block;
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}

.msgBoxTop div {
    font-size: 14px;
    color: #666;
    height: 100px;
    line-height: 100px;
}

.msgBoxTop div a,.msgBoxTop p span {
    display: inline-block;
    height: 100px;
}

.msgBoxTop span.on:after {
    content: ">";
    margin: 0 4px;
}

.msgBoxTop p span a:hover {
    color: #10c2db;
}

.contactUsBox .hotLineBox {
    padding: 10px 0;
    line-height: 30px;
    border: 1px solid #ccc;
    position: relative;
    font-size: 16px;
    color: #707070;
    text-align: center;
}

.contactUsBox .hotLineBox>p {
    position: absolute;
    left: 60px;
    top: -9px;
    height: 16px;
    line-height: 16px;
    background: #fff;
    padding: 0 10px;
}

.contactUsBox .hotLineBox * {
    color: #333
}

.contactUsBox .hotLineBox b {
    color: #666
}

.msgListBox {
    width: 100%;
}

.msgListBox ul {
    width: 100%;
}

.msgListBox ul li {
    width: 263px;
    margin: 0 21px 10px;
}

.msgListBox .picBox {
    width: 100%;
    overflow: hidden;
    height: 181px;
    position: relative;
}

.msgListBox .picBox img.videoLogo {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.msgListBox .picBox:hover img.videoLogo {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.msgListBox .picTitle {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}

.picTitle:hover {
    color: #707070;
}


/***********picArti*********/
.newsList li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.newsPicBox {
    width: 2%;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.newsPicBox img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    ;
}

.newsPicBox img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.newsMsgBox {
    width: 98%;
    padding-left: 20px;
}

.newsMsgNewSet {
    width: 100%;
    !important;
}

.newsTitle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    color: #707070;
    margin-bottom: 12px;
    height: 24px;
    line-height: 24px;
}

.newsTitle a {
    color: #000;
}

.newsTitle .name {
    color: #000;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    overflow: hidden
}

.newsTime {
    font-size: 12px;
    color: #555555
}

.newsMsg {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden
}

.watchNews {
    margin-top: 14px;
}

.watchNews a {
    font-size: 14px;
    color: #707070;
}

.page {
    width: 100%;
    text-align: right;
    margin-top: 15px;
}


/*******onlineMsg*******/
.fmb_formline {
    width: 460px;
    line-height: 50px;
    background-color: #737373;
    margin-bottom: 15px;
}

.fmb_formline label {
    width: 80px;
    height: 50px;
    padding-left: 24px;
    font-size: 14px;
    color: #9b9b9b;
}

.fmb_formline input[type="text"],.fmb_formline textarea {
    width: 370px;
    padding-right: 25px;
}

.fmb_formline input[type="text"] {
    padding: 16px 0;
    background-color: transparent;
    color: #9b9b9b;
}

.fmb_formline textarea {
    height: 110px;
    line-height: 25px;
    font-size: 14px;
    color: #9b9b9b;
    padding: 12px 0;
    padding-right: 25px;
    resize: none;
    background-color: transparent
}

.yzmPic {
    display: block;
    height: 50px;
    position: absolute;
    top: 0;
    right: -240px;
    width: 145px;
}

.yzmLine {
    position: relative
}

.yzmLine.yzmLine label {
    width: 93px;
}

.yzmLine.yzmLine input {
    width: 125px;
    color: #9b9b9b;
    padding-right: 10px;
}

.footSubBtn {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #9b9b9b;
    background-color: #737373;
    cursor: pointer
}

.footMsgBox .contactWayTitle {
    margin-bottom: 12px;
}

.msgForm {
    width: 100%;
    margin-top: 30px;
}

.formBox {
    width: 300px;
    padding-bottom: 150px;
    margin-left: 110px;
}

.formLine {
    width: 100%;
    background: #ededed;
    margin-bottom: 25px;
    line-height: 30px;
    padding: 0 15px;
}

.selectLine {
    width: 195px !important;
}

.formLine label,.formLine input[type="text"],.formLine select,.formLine textarea {
    font-size: 12px;
}

.formLine input[type="text"],.formLine select {
    height: 30px;
    border: none;
    outline: none;
    background: #ededed;
}

.formLine input[type="text"],.formLine textarea {
    width: 230px;
    padding: 0 10px;
}

.formLine textarea {
    padding: 8px;
    resize: none;
    line-height: 15px;
    border: none;
    outline: none;
    background: #ededed;
    height: 150px;
}

.formLine select {
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    background-color: #ededed;
}

.SubBtn {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    background: #007c38;
    border: none;
    outline: none;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    /*//font-family: Verdana, Arial, "΢���ź�", Geneva, sans-serif;*/
}


/**********single*****/
.newsBigTitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.apprTime {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.newsTxt {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.newsTxt img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.goodsPic img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.backOut {
    margin-top: 25px;
}

.backOut,.backOut a {
    color: #666;
}

.toNext {
    margin-top: 5px;
}

.toNext,.toNext a {
    color: #666;
}

.backOut a:hover,.toNext a:hover {
    text-decoration: underline;
    color: #10c2db;
}

.backOut span,.toNext span {
    color: #999;
}

.backOut,.backOut *,.toNext, .toNext * {
    font-size: 14px;
}

.detailBox {
    padding: 0 30px;
}